GetAllSoapProcessorsUsedByDSO (Deprecated) |
This Web service operation is used to verify whether a database configuration is used by the Service Containers.
SOAP Request
<GetAllSoapProcessorsUsedByDSO xmlns="http://schemas.cordys.com/DSOConfig/1.0">
<name>TEst#system</name>
<type>Relational</type>
</GetAllSoapProcessorsUsedByDSO>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
|---|---|---|---|
name |
Name of the database configuration |
String |
- |
type |
Indicates the type of database configuration |
String |
Relational |
SOAP Response
<GetAllSoapProcessorsUsedByDSOResponse
xmlns="http://schemas.cordys.com/DSOConfig/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<dso name="Cordys System#system">
<soapprocessor organization="system">Repository</soapprocessor>
<soapprocessor organization="system">Rule Management</soapprocessor>
<soapprocessor organization="system">Notification</soapprocessor>
<soapprocessor organization="system">Scheduling</soapprocessor>
<soapprocessor organization="system">CoBOC</soapprocessor>
<soapprocessor organization="system">Business Process Management</soapprocessor>
<soapprocessor organization="system">Translation</soapprocessor>
</dso>
</GetAllSoapProcessorsUsedByDSOResponse>
Response Parameters
Parameter |
Description |
|---|---|
dso name |
Name of the database configuration |
soapprocessor organization |
Specifies the organization, from where the service container originates. Name of the Service container is also indicated. |